#news_container{
  max-width:1920px;
  margin:0 auto;
}
#news_container .banner {
    width: 96rem;
    height: 35rem;
    background: url('/asset/images/news_banner.png');
    background-size: cover;
    background-position:right bottom;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    padding-top: 12.65rem;
  }
#news_container .banner .banner_word{
    /* font-size: 3.9rem;
    font-family: Resource Han Rounded CN;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 23px; */
    width: 51.2rem;
    height: 10.1rem;
    /*transform: translate(3.9rem,-1.4rem);*/
    background: url('/asset/images/news_word.png');
    background-size: 100% 100%;
    /* letter-spacing: 8px; */
}
#news_container .times_box{
    width: 96rem;
background: #F6F6F6;
display: flex;
flex-direction: column;
padding: 5rem  0;
}
#news_container .times_box .times_item{
    width: 60.8rem;
    cursor: pointer;
    background: #FFFFFF;
    padding: 2rem 2.5rem 2.5rem;
    margin-left: 22.2rem;
    position: relative;
    margin-bottom: 4rem;

}
.times_item_mh{
    height: 10.35rem;
}
#news_container .times_box .times_item .times_item_title{
font-size: 1.1rem;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
margin-bottom: 1.5rem;
}
#news_container .times_box .times_item .times_item_content{
    font-size: 0.8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: 2rem;
    line-height: 2rem;


}
#news_container .times_box .times_item .less_show{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
#news_container .times_box .times_item .less_show img{
    display: none;
}

.times_item_content:last-child{
    margin-bottom: 0!important;
}

#news_container .times_box  .time_date{
    position: absolute;
    left:  -9.2rem;
    top: 0;
    width: 9.2rem;
    height: 10.35rem;
    background: #FD8A43;
    display: flex;
   flex-direction: column;
   justify-content: center;
    align-items: center;
}
#news_container .times_box  .time_date .time_DD{
    width: 4.2rem;
    height: 4.9rem;
    font-size: 3.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 4.9rem;
    color: #FFFFFF;
    letter-spacing: 4px;
    opacity: 1;
    margin: 0 auto;
}
#news_container .times_box  .time_date .time_YY{
    width: 4.65rem;
    height: 1.65rem;
    font-size: 1.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 1.65rem;
    color: #FFFFFF;
    opacity: 1;
    margin: 0 auto 1.2rem;
}
#news_container .times_box  .time_date .time_icon{
    margin: 1.3rem auto 0;
    width: 1.23rem;
    height: 1.12rem;
    background: url('/asset/images/news_icon.png');
    background-size: 100% 100%;
}
#news_container .times_box  .time_date .time_icon_down{
    margin: 1.3rem auto 0;
    height: 1.23rem;
    width: 1.12rem;
    background: url('/asset/images/news_down.png');
    background-size: 100% 100%;
    display: none;
}
.M-box{
    display: flex;
    justify-content: center;
    margin: 5rem 0;
}
.M-box .active{
    width: 2.5rem;
    height: 2.5rem;

    display: inline-block;
    margin-right: 1.3rem;
    color: #FFFFFF;
    background: #FD8A43;
    display: flex;
    align-items: center;
    justify-content: center;
}
.M-box a{
    width: 2.5rem;
    height: 2.5rem;
    background: #FFFFFF;
    color: #CCCCCC;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.M-box .next{
    display: none;
}
.M-box .prev{
    display: none;
}
.news_box{
    margin-left: 19.5rem;
    margin-right: 5rem;
    background: #FFFFFF;
}
.news_box .news_item{
    padding: 3.5rem 0;
    display: flex;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 63.2rem;
}
.news_box .news_item .news_item_date{
font-size: 1.1rem;
font-family: PingFang SC;
color: #333333;
flex: 1;
}
.news_box .news_item .news_item_content{
    font-size: 1.3rem;
    font-family: PingFang SC;

    color: #333333;

    opacity: 1;
    flex: 5;
}
.news_box .news_item .news_item_title{
    font-weight: 600;
    cursor: pointer;
    font-size: 1.1rem;

}
.news_box .news_item .real_content{
    font-size: 1rem;
    font-family: PingFang SC;
    color: #333333;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1.3rem;
    display: none;
    line-height: 23px;

}
.news_box .news_item .news_item_icon{
   width: 3.5rem;
   height: 3.5rem;
   background: url('/asset/images/new_more.png');
   background-size: 100% 100%;
    position: absolute;
    left: -5.65rem;
    top: 3rem;
    display: none;
}

